SDAC

TCRBatchMove Properties

Properties of the TCRBatchMove class.

For a complete list of the TCRBatchMove class members, see the TCRBatchMove Members topic.

Public

Name Description

ChangedCount

Used to get the number of records changed in the destination dataset.

KeyViolCount

Used to get the number of records that could not be moved to or from the destination dataset because of integrity or key violations.

MovedCount

Used to get the number of records that were read from the source dataset during the batch operation.

ProblemCount

Used to get the number of records that could not be added to the destination dataset because of the field type mismatch.

Published

Name Description

AbortOnKeyViol

Used to specify whether the batch operation should be terminated immediately after key or integrity violation.

AbortOnProblem

Used to specify whether the batch operation should be terminated immediately when it is necessary to truncate data to make it fit the specified Destination.

CommitCount

Used to set the number of records to be batch moved before commit occurs.

Destination

Used to specify the destination dataset for the batch operation.

FieldMappingMode

Used to specify the way fields of destination and source datasets will be mapped to each other if the TCRBatchMove.Mappings list is empty.

Mappings

Used to set field matching between source and destination datasets for the batch operation.

Mode

Used to set the type of the batch operation that will be executed after calling the TCRBatchMove.Execute method.

RecordCount

Used to indicate the maximum number of records in the source dataset that will be applied to the destination dataset.

Source

Used to specify the source dataset for the batch operation.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback